TextView—Fix inverted movements by arrows in RTL
authorDaniel Boles <dboles@src.gnome.org>
Sat, 18 Feb 2017 22:50:00 +0000 (22:50 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 19 Feb 2017 12:39:05 +0000 (12:39 +0000)
commit0128b8d33f47c9387ee342a1158f3038e02eff49
treeb8921ea551e64eef11fa3d63e3c9005d8bdfe62c
parentc4fbce52ce58d3a8e7c73952d0ed3b8424c6b84e
TextView—Fix inverted movements by arrows in RTL

Using Ctrl + left/right to skip between words, or left/right to cancel a
selection, were causing movement on the screen in the opposite direction
of the glyph on the key. This was surprising and awful UX for RTL users.

This is based on a patch covering the former case by:
Author:    Mehdi Sadeghi <mehdi@mehdix.org>
Date:      Sat Feb 18 02:16:00 2017 +0000

https://bugzilla.gnome.org/show_bug.cgi?id=136059
gtk/gtktextview.c